runtime.schedt.totaltime (field)
3 uses
runtime (current package)
mgc.go#L1006: totalCpu := sched.totaltime + (now-sched.procresizetime)*int64(gomaxprocs)
proc.go#L4738: sched.totaltime += int64(old) * (now - sched.procresizetime)
runtime2.go#L819: totaltime int64 // ∫gomaxprocs dt up to procresizetime
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)